Revert inadvertent code change from "replace tabs with spaces" changeset.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 10 Aug 2006 13:29:04 +0000 (14:29 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Thu, 10 Aug 2006 13:29:04 +0000 (14:29 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/lowlevel/xc/xc.c

index feb3096e11914d1abfb447a31df73ba57f05bf27..9dd7cc07f0dfc02757ba641ef37802bba41f1f24 100644 (file)
@@ -336,7 +336,7 @@ static PyObject *pyxc_linux_build(XcObject *self,
                                 "console_evtchn", "image",
                                 /* optional */
                                 "ramdisk", "cmdline", "flags",
-                                "features", "arch", NULL };
+                                "features", NULL };
 
     if ( !PyArg_ParseTupleAndKeywords(args, kwds, "iiis|ssis", kwd_list,
                                       &dom, &store_evtchn,